projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8714fc1
)
(c-before-font-lock-function): Correct a typo in the doc string.
author
Alan Mackenzie
<acm@muc.de>
Sun, 6 Apr 2008 21:14:28 +0000
(21:14 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sun, 6 Apr 2008 21:14:28 +0000
(21:14 +0000)
lisp/progmodes/cc-langs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-langs.el
b/lisp/progmodes/cc-langs.el
index 73040221eaa2be21935887e058b8e821aa4181fd..07b8a9e4e46e33eae0d5cac6bb3f7b98407d5d40 100644
(file)
--- a/
lisp/progmodes/cc-langs.el
+++ b/
lisp/progmodes/cc-langs.el
@@
-445,7
+445,7
@@
exit; on entry, the buffer will have been widened and match-data
will have been saved; the return value is ignored.
The function may extend the region to be fontified by setting the
-buffer local variables c-
old-BEG and c-old
-END.
+buffer local variables c-
new-BEG and c-new
-END.
The function is called even when font locking is disabled.